td>
pywe-component-preauthcode==1.0.3
pywe-jssdk==1.1.0
pywe-marketcode==1.0.3
-pywe-membercard==1.0.1
+pywe-membercard==1.0.3
pywe-custom-message==1.0.1
pywe-event-message==1.0.1
pywe-miniapp==1.1.6
@@ -1,4 +1,6 @@ |
||
| 1 |
-# Generated by Django 2.2.15 on 2020-11-29 17:48 |
|
| 1 |
+# -*- coding: utf-8 -*- |
|
| 2 |
+# Generated by Django 1.11.29 on 2020-12-02 04:03 |
|
| 3 |
+from __future__ import unicode_literals |
|
| 2 | 4 |
|
| 3 | 5 |
from django.db import migrations, models |
| 4 | 6 |
|
@@ -13,16 +15,16 @@ class Migration(migrations.Migration): |
||
| 13 | 15 |
migrations.AlterField( |
| 14 | 16 |
model_name='salesresponsibilityinfo', |
| 15 | 17 |
name='is_auth', |
| 16 |
- field=models.BooleanField(default=False, help_text='是否已授权', verbose_name='is_auth'), |
|
| 18 |
+ field=models.BooleanField(default=False, help_text='\u662f\u5426\u5df2\u6388\u6743', verbose_name='is_auth'), |
|
| 17 | 19 |
), |
| 18 | 20 |
migrations.AlterField( |
| 19 | 21 |
model_name='salesresponsibilityinfo', |
| 20 | 22 |
name='is_super', |
| 21 |
- field=models.BooleanField(default=False, help_text='是否超级销售担当', verbose_name='is_super'), |
|
| 23 |
+ field=models.BooleanField(default=False, help_text='\u662f\u5426\u8d85\u7ea7\u9500\u552e\u62c5\u5f53', verbose_name='is_super'), |
|
| 22 | 24 |
), |
| 23 | 25 |
migrations.AlterField( |
| 24 | 26 |
model_name='salesresponsibilityinfomodelssalestatisticinfo', |
| 25 | 27 |
name='is_important', |
| 26 |
- field=models.BooleanField(default=True, help_text='是否重要型号', verbose_name='is_important'), |
|
| 28 |
+ field=models.BooleanField(default=True, help_text='\u662f\u5426\u91cd\u8981\u578b\u53f7', verbose_name='is_important'), |
|
| 27 | 29 |
), |
| 28 | 30 |
] |